Tickle glib by waiting for Emacs itself, not for process 0.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Jun 2013 18:34:06 +0000 (11:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Jun 2013 18:34:06 +0000 (11:34 -0700)
commit43ccc3e936415a03893e3f5b8175f6226e224278
treec6239c422aceb7488dadda20b21ddbcc5d1b3321
parentafd02d640ea175f3ac26398c6d277e486f57795d
Tickle glib by waiting for Emacs itself, not for process 0.

* process.c (init_process_emacs) [HAVE_GLIB && !WINDOWSNT]:
Wait for self, not for 0.  This can't hurt on GNU or similar
system, and may help with Cygwin.
src/ChangeLog
src/process.c